-
Notifications
You must be signed in to change notification settings - Fork 8
add llm support for wasip2 sdk #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
adamreese
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. A few thoughts that don't need to block this PR...
Some of the types have changed and we should think about if documentation is needed somewhere. For example MaxTokens is changed from int32 to uint32.
Type aliases make godocs difficult to read. Should we consider duplicating the types rather than using aliases?
Signed-off-by: Rajat Jindal <[email protected]>
88c159a to
8c008a4
Compare
|
Hi @adamreese, this is ready for another round of review now. thanks for your help. |
adamreese
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing work as always Rajat
❤️ 🙏 thank you. |
This is still in draft as I need to verify a few more scenarios before its ready for review.this is ready for review now. we can't add integration test for it as it needs a GPU to run efficiently.